Change XDG desktop entry to only run single instance of FreeCAD.
This ensure invoking it to open different files only start the
program once, and load new files into the already running instance.
Related to https://bugs.debian.org/
1029846 and
https://github.com/FreeCAD/FreeCAD/commit/
c7a21ecbeecefe7c2dfc9e950b3d6bb42351d476 .
Partly applied upstream. Arguments applied, program name change is not.
Author: HÃ¥vard Flaget Aasen <haavard_aasen@yahoo.no>
Forwarded: https://github.com/FreeCAD/FreeCAD/pull/9855
Last-Update: 2021-12-26
Gbp-Pq: Name 1100-run_single-instance.patch
Disable memory-check in SMDS because sysinfo.h is not working
Forwarded: https://github.com/FreeCAD/FreeCAD/pull/9853
Bug-Debian: https://bugs.debian.org/623560
Applied-Upstream: https://github.com/FreeCAD/FreeCAD/commit/
16d3109987d98fbf09a59888f389e64707ba9026
Last-Update: 2023-12-09
on BSD-systems and causes FTBFS. It is better to disable it only on
BSD-platforms.
Or use http://code.google.com/p/sysinfo-bsd/source/browse/sysinfo.c
for them.
Gbp-Pq: Name 1070-disable_memory_check.patch
fix compilation on Armel due to coincident variables in
Forwarded: https://github.com/FreeCAD/FreeCAD/pull/9847
Applied-Upstream: https://github.com/FreeCAD/FreeCAD/commit/
ee22ac24c495d1fea301fa1e6a824a6a7fb55933
Last-Update: 2023-12-09
sys/ucontext.h (R2, R3, R4). Thanks to Paul Brook <paul@codesourcery.com>
http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2011-October/009876.html
Gbp-Pq: Name 1030-fix_armel_FTBFS.patch
Fixes GCC8 FTBFS due to included copy of SMESH.
Forwarded: https://github.com/FreeCAD/FreeCAD/pull/9848
Applied-Upstream: https://github.com/FreeCAD/FreeCAD/commit/
ab4f3028bd4b580a3b11be49a7a445d48d4c8c7c
Last-Update: 2023-12-09
Gbp-Pq: Name 1020-fix_gcc8_ftbfs.patch
Add XDG desktop category X-CNC also used by LinuxCNC.
Applied-Upstream: commit:
575c5659ae9f52c9614bf1c3648f6014eddeea54
Forwarded: https://github.com/FreeCAD/FreeCAD/pull/10567
Last-Update: 2023-08-04
This ensure FreeCAD and LinuxCNC both show up in the CNC submenu when
both are installed.
Gbp-Pq: Name 0110-desktop-extra-categories.patch